翻訳と辞書
Words near each other
・ Alternately Deep
・ Alternatiba
・ Alternatiba, Basque political party
・ Alternatiba, Village of Alternatives
・ Alternatif Bank
・ Alternatim
・ Alternating
・ Alternating bit protocol
・ Alternating current
・ Alternating current field measurement
・ Alternating Currents
・ Alternating Currents (album)
・ Alternating Currents (collection)
・ Alternating custody
・ Alternating decision tree
Alternating direction implicit method
・ Alternating electric field therapy
・ Alternating factorial
・ Alternating finite automaton
・ Alternating Gradient Synchrotron
・ Alternating group
・ Alternating hemiplegia
・ Alternating hemiplegia of childhood
・ Alternating knot
・ Alternating occlusion training
・ Alternating permutation
・ Alternating planar algebra
・ Alternating polynomial
・ Alternating series
・ Alternating series test


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Alternating direction implicit method : ウィキペディア英語版
Alternating direction implicit method
In numerical analysis, the Alternating Direction Implicit (ADI) method is a finite difference method for solving parabolic, hyperbolic and elliptic partial differential equations.〔.〕 It is most notably used to solve the problem of heat conduction or solving the diffusion equation in two or more dimensions. It is an example of an ''operator splitting'' method.〔
*

The traditional method for solving the heat conduction equation numerically is the Crank–Nicolson method. This method results in a very complicated set of equations in multiple dimensions, which are costly to solve. The advantage of the ADI method is that the equations that have to be solved in each step have a simpler structure and can be solved efficiently with the tridiagonal matrix algorithm.
== The method ==

Consider the linear diffusion equation in two dimensions,
: =
\left( +
\right)
= ( u_ + u_ )
= \Delta u
The implicit Crank–Nicolson method produces the following finite difference equation:
: -u_^n\over \Delta t} =
\left(\delta_x^2+\delta_y^2\right)
\left(u_^+u_^n\right)
where \delta_p is the central difference operator for the ''p''-coordinate. After performing a stability analysis, it can be shown that this method will be stable for any \Delta t.
A disadvantage of the Crank–Nicolson method is that the matrix in the above equation is banded with a band width that is generally quite large. This makes direct solution of the system of linear equations quite costly (although efficient approximate solutions exist, for example use of the conjugate gradient method preconditioned with incomplete Cholesky factorization).
The idea behind the ADI method is to split the finite difference equations into two, one with the ''x''-derivative taken implicitly and the next with the ''y''-derivative taken implicitly,
: -u_^n\over \Delta t/2} =
\left(\delta_x^2 u_^+\delta_y^2 u_^\right)
: -u_^\over \Delta t/2} =
\left(\delta_x^2 u_^+\delta_y^2 u_^\right).
The system of equations involved is symmetric and tridiagonal (banded with bandwidth 3), and is typically solved using tridiagonal matrix algorithm.
It can be shown that this method is unconditionally stable and second order in time and space.〔.
〕 There are more refined ADI methods such as the methods of Douglas,〔.〕 or the f-factor method〔.〕 which can be used for three or more dimensions.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Alternating direction implicit method」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.